#!/usr/bin/env bash

RESULT=`/usr/bin/osascript -e 'tell application "Finder" to reveal POSIX file "/Applications/iPoker 4/iPoker.app" as alias'`

exit 0
